home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds / ssize.man < prev    next >
Encoding:
Text File  |  1989-06-16  |  799 b   |  23 lines

  1. ' $Header: /a/newcmds/ssize/RCS/ssize.man,v 1.2 89/06/16 09:10:03 mendel Exp $ SPRITE (Berkeley)
  2. .so \*(]ltmac.sprite
  3. .HS SSIZE cmds
  4. .BS
  5. .SH NAME
  6. ssize \- Print size of segments in a SPUR program image
  7. .SH SYNOPSIS
  8. \fBssize \fR[\fIfile file ...\fR]
  9. .BE
  10.  
  11. .SH DESCRIPTION
  12. .LP
  13. Each \fIfile\fR argument should be the name of a program image
  14. file (e.g. \fBa.out\fR).  \fBSsize\fR will print out in decimal
  15. the sizes of the various segments in the file.  It will also print
  16. the total size in both decimal and hexadecimal.  If no \fIfile\fR
  17. argument is given, \fBa.out\fR will be used by default. This program is
  18. needed because the format of the SPUR a.out header is different from other
  19. Sprite machines and is not understood by the \fBsize\fR command.
  20.  
  21. .SH KEYWORDS
  22. executable, image, program, size, SPUR
  23.